NavigationEntry

public interface NavigationEntry

A navigation history entry.

Functions

Link copied to clipboard
public int httpStatus()
Returns the status code of the last known successful navigation.
Link copied to clipboard
Returns a string that represents the URL that caused this entry to be created.
Link copied to clipboard
public PageType pageType()
Returns the page type that tells if this entry is for an interstitial or error page.
Link copied to clipboard
Returns the time at which the last known navigation was completed.
Link copied to clipboard
public String title()
Returns the title as set by the web page or an empty string if there is no title set.
Link copied to clipboard
public String url()
Returns a string that represents the actual URL of the web page.